From 7df306149257ab4805246cbf5274e696fe492a6c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 1 May 1993 13:20:55 +0000 Subject: [PATCH] (Fsuspend_emacs): Doc fix. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index c6a55091ce0..d5e15152526 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -4180,7 +4180,7 @@ On systems that don't have job control, run a subshell instead.\n\n\ If optional arg STUFFSTRING is non-nil, its characters are stuffed\n\ to be read as terminal input by Emacs's parent, after suspension.\n\ \n\ -Before suspending, call the functions in `suspend-hooks' with no args.\n\ +Before suspending, call the functions in `suspend-hook' with no args.\n\ If any of them returns nil, don't call the rest and don't suspend.\n\ Otherwise, suspend normally and after resumption run the normal hook\n\ `suspend-resume-hook' if that is bound and non-nil.\n\ -- 2.30.2